about summary refs log tree commit diff
path: root/pkgs/applications/version-management/monotone
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2023-10-16monotone: fix build for upcoming gcc-14Sergei Trofimovich2-0/+18
Without the change build fails as: In file included from /<<NIX>>/gcc-14.0.0/include/c++/14.0.0/limits:42, from <stdin>:1: /<<NIX>>/gcc-14.0.0/include/c++/14.0.0/x86_64-unknown-linux-gnu/bits/c++config.h:668:2: warning: #warning "__STRICT_ANSI__ seems to have been undefined; this is not supported" [-Wcpp] 668 | #warning "__STRICT_ANSI__ seems to have been undefined; this is not supported" | ^~~~~~~ /<<NIX>>/gcc-14.0.0/include/c++/14.0.0/limits:2100:30: error: exponent has no digits 2100 | return __extension__ 0x1.0p-16382Q; | ^~~~~~ /<<NIX>>/gcc-14.0.0/include/c++/14.0.0/limits:2114:30: error: exponent has no digits 2114 | return __extension__ 0x1.ffffffffffffffffffffffffffffp+16383Q; gcc upstream confirms unsetting __STRICT_ANSI__ is an unsupported configuration: https://gcc.gnu.org/PR111824
2023-06-05monotone: unpin boost170Weijia Wang1-0/+5
2022-10-12pkgs.applications: remove unused argsMarkus S. Wamser1-1/+1
2022-05-20monotone: add patch reverting old clang hackRobert Scott1-0/+7
modern clang has __float128 and the old declaration hack causes a build failure
2022-04-23monotone: fix build by forcing C++11Michael Raskin1-0/+2
2022-01-26treewide: remove *.upstream files from updateWalkerFelix Buehler1-8/+0
2021-08-17monotone: fix key encryptionMichael Raskin2-1/+19
2021-05-09monotone: 1.1 -> 1.1-unstable-2021-05-01 to move from insecure botan 1Michael Raskin1-10/+30
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2021-01-16treewide: stdenv.lib -> libBen Siraphob1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2019-11-24treewide: Get rid of most `parseDrvName` without breaking compatJohn Ericson1-1/+1
That is because this commit should be merged to both master and release-19.09.
2019-08-17treewide: name -> pnamevolth1-3/+4
2018-12-15lib.makePerlPath -> perlPackages.makePerlPathvolth1-2/+2
2018-09-08monotone: add licenseMarkus Kowalewski1-4/+5
2018-08-01monotone: fix build against pcre 8.42Cray Elliott2-1/+67
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2014-06-10Update Monotone and add source-updater scriptMichael Raskin3-171/+16
2013-02-24monotone: fixVladimír Čunát2-2/+172
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra1-2/+2
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2011-07-13monotone: strip trailing whitespacePeter Simons1-5/+5
svn path=/nixpkgs/trunk/; revision=27742
2011-07-13monotone: don't build this package on CygwinPeter Simons1-1/+1
The expression can't build on Cygwin because it wants to know the version of Perl that is being used. On Cygwin, however, we don't know that because we're using sysPerl. svn path=/nixpkgs/trunk/; revision=27741
2011-03-28Monotone update: 1.0 release is outMichael Raskin1-3/+3
svn path=/nixpkgs/trunk/; revision=26587
2011-01-14* The expression `builtins.substring 5 10 perl.name' barfs ifEelco Dolstra1-4/+12
`perl.name' evaluates to "perl" (since there are not enough characters in the string). It's better to use builtins.parseDrvName. svn path=/nixpkgs/trunk/; revision=25559
2010-11-02monotone-0.99.1, less hacky way to get perl versionYury G. Kudryashov1-5/+7
svn path=/nixpkgs/trunk/; revision=24565
2010-10-29Update MonotoneMichael Raskin1-2/+2
svn path=/nixpkgs/trunk/; revision=24535
2010-10-23Update MonotoneMichael Raskin1-2/+2
svn path=/nixpkgs/trunk/; revision=24431
2010-09-09Verbose copy, use pkg-config to find dependenciesYury G. Kudryashov1-9/+5
svn path=/nixpkgs/trunk/; revision=23708
2010-06-15Update monotoneMichael Raskin1-2/+2
svn path=/nixpkgs/trunk/; revision=22270
2010-03-17Update MonotoneMichael Raskin1-2/+2
svn path=/nixpkgs/trunk/; revision=20716
2010-01-17Montone updateMichael Raskin1-2/+2
svn path=/nixpkgs/trunk/; revision=19512
2009-10-15Install monotone Perl APIMichael Raskin1-2/+9
svn path=/nixpkgs/trunk/; revision=17818
2009-09-29Update monotoneMichael Raskin1-2/+2
svn path=/nixpkgs/trunk/; revision=17517
2009-07-07Added myself as the maintainer of some packagesMichael Raskin1-1/+4
svn path=/nixpkgs/trunk/; revision=16221
2009-05-20Update monotoneMichael Raskin1-2/+2
svn path=/nixpkgs/trunk/; revision=15680
2009-03-25Updated Monotone to 0.43Michael Raskin1-6/+13
svn path=/nixpkgs/trunk/; revision=14704
2009-03-16Updated monotoneMichael Raskin1-3/+3
svn path=/nixpkgs/trunk/; revision=14565
2008-06-12Added ViewMTN and dependency; currently ViewMTN has to be manually symlinked ↵Michael Raskin1-1/+1
in corresponding directory. svn path=/nixpkgs/trunk/; revision=12060
2008-06-12Monotone updatedMichael Raskin1-2/+2
svn path=/nixpkgs/trunk/; revision=12052
2008-01-25Commited monotone expression by Cyril Romain.Michael Raskin1-0/+10
svn path=/nixpkgs/trunk/; revision=10286