about summary refs log tree commit diff
path: root/pkgs/tools/misc/parted
AgeCommit message (Collapse)AuthorFilesLines
2023-07-13pkgs/tools/misc: remove dead codefigsoda1-1/+0
with the help of deadnix & nil
2023-04-28parted: 3.5 -> 3.6R. Ryantm1-2/+2
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol1-1/+1
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2022-08-01parted: 3.4 -> 3.5R. Ryantm1-2/+2
2021-08-02parted: replace name with pname&versionFelix Buehler1-2/+3
2021-02-11parted: 3.3 -> 3.4R. RyanTM1-2/+2
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob1-8/+8
2021-01-03treewide: Start to break up static overlayJohn Ericson1-1/+1
We can use use `stdenv.hostPlatform.isStatic` instead, and move the logic per package. The least opionated benefit of this is that it makes it much easier to replace packages with modified ones, as there is no longer any issue of overlay order. CC @FRidh @matthewbauer
2020-11-30parted: build with python3Arnout Engelen1-2/+2
2020-11-24utillinux: rename to util-linuxGraham Christensen1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-11-27parted: 3.2 -> 3.3Marco A L Barbosa2-52/+18
2018-12-02Treewide: use HTTPS on GNU domainsc0bw3b1-1/+1
HTTP -> HTTPS for : - http://gnu.org/ - http://www.gnu.org/ - http://elpa.gnu.org/ - http://lists.gnu.org/ - http://gcc.gnu.org/ - http://ftp.gnu.org/ (except in fetchurl mirrors) - http://bugs.gnu.org/
2018-08-28hurd: cleanup unmaintained targetJörg Thalheim1-3/+2
This has been not touched in 6 years. Let's remove it to cause less problems when adding new cross-compiling infrastructure. This also simplify gcc significantly.
2018-08-11parted: use checkInputsJan Malakhovski1-7/+3
2018-07-18treewide: remove aliases in nixpkgsMatthew Bauer1-4/+4
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases = true;}'’ work in Nixpkgs. Misc... - qtikz: use libsForQt5.callPackage This ensures we get the right poppler. - rewrites: docbook5_xsl -> docbook_xsl_ns docbook_xml_xslt -> docbook_xsl diffpdf: fixup
2018-06-29parted: fix build without lvmJan Tojnar1-0/+5
2018-05-25parted: Split into multiple outputsTuomas Tynkkynen1-0/+2
2018-03-27parted: add missing fnctl include, fix w/muslWill Dietz1-3/+8
Disable tests on musl, maybe fix or refine this in the future.
2016-12-20parted: re-enable checksAristid Breitkreuz1-4/+3
2016-12-19parted: disable checks to fix Hydra build (fixes #21281)Aristid Breitkreuz1-1/+4
2016-10-18parted: use python2Frederik Rietdijk1-2/+2
2015-02-13parted: Fix patchWilliam A. Kennington III1-4/+0
2015-01-13unmaintain a bunch of packagesLudovic Courtès1-1/+0
2014-10-22nixpart: Move all 0.4 dependencies into one dir.aszlig1-57/+0
Once nixpart 1.0 is released we then only need to delete one single directory rather than searching for needles in a haystack, that is, all of <nixpkgs>. Also, it keeps my sanity at an almost healthy level. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-10-22nixpart: Bring back requirements for version 0.4.aszlig1-0/+57
Quite a mess but at least the mdraid tests succeed now. However, the lvm2 tests are still failing, so we need to bring back a few more old crap :-( Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-10-22parted: Update to new upstream version 3.2.aszlig2-4/+48
In order to properly run tests, we need to fix the unicode tests and after some search, I have found that Ludo (who is also the <nixpkgs> maintainer of parted) already reported this upstream and also provided a solution: http://lists.gnu.org/archive/html/bug-parted/2014-08/msg00003.html I'm updating parted to 3.2, because the latest blivet implementation relies on it for device geometry calculations. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-08-24Fix many package descriptionsBjørn Forsman1-1/+1
(My OCD kicked in today...) Remove repeated package names, capitalize first word, remove trailing periods and move overlong descriptions to longDescription. I also simplified some descriptions as well, when they were particularly long or technical, often based on Arch Linux' package descriptions. I've tried to stay away from generated expressions (and I think I succeeded). Some specifics worth mentioning: * cron, has "Vixie Cron" in its description. The "Vixie" part is not mentioned anywhere else. I kept it in a parenthesis at the end of the description. * ctags description started with "Exuberant Ctags ...", and the "exuberant" part is not mentioned elsewhere. Kept it in a parenthesis at the end of description. * nix has the description "The Nix Deployment System". Since that doesn't really say much what it is/does (especially after removing the package name!), I changed that to "Powerful package manager that makes package management reliable and reproducible" (borrowed from nixos.org). * Tons of "GNU Foo, Foo is a [the important bits]" descriptions is changed to just [the important bits]. If the package name doesn't contain GNU I don't think it's needed to say it in the description either.
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2013-02-14parted: remove 2.3.*, no longer usedVladimír Čunát1-56/+0
2012-04-09GNU Parted 3.1.Ludovic Courtès1-2/+2
svn path=/nixpkgs/trunk/; revision=33703
2012-01-18* Cleanup: remove obsolete references to ‘xz’, which is in stdenv now.Eelco Dolstra2-4/+2
svn path=/nixpkgs/branches/stdenv-updates/; revision=31678
2011-12-13* Forgot a few utillinuxng references.Eelco Dolstra2-4/+4
svn path=/nixpkgs/branches/stdenv-updates/; revision=30866
2011-06-06add parted 2.3 for packages that are incompatible with 3.0Rob Vermaas1-0/+57
svn path=/nixpkgs/trunk/; revision=27349
2011-06-04GNU Parted: Add Check as a dependency.Ludovic Courtès1-2/+3
svn path=/nixpkgs/trunk/; revision=27345
2011-05-30GNU Parted 3.0.Ludovic Courtès1-2/+2
svn path=/nixpkgs/trunk/; revision=27318
2010-12-12GNU Parted: Allow cross-GNU builds.Ludovic Courtès1-5/+17
svn path=/nixpkgs/branches/stdenv-updates/; revision=25088
2010-07-04GNU Parted 2.3.Ludovic Courtès1-2/+2
svn path=/nixpkgs/trunk/; revision=22462
2010-03-01GNU Parted 2.2.Ludovic Courtès1-13/+7
svn path=/nixpkgs/trunk/; revision=20304
2010-01-08GNU Parted 2.1.Ludovic Courtès2-19/+5
svn path=/nixpkgs/trunk/; revision=19308
2009-09-17GNU Parted: Don't try non-Linux platforms.Ludovic Courtès1-2/+4
svn path=/nixpkgs/trunk/; revision=17226
2009-09-17GNU Parted: Don't depend on device-mapper on non-Linux platforms.Ludovic Courtès1-1/+2
svn path=/nixpkgs/trunk/; revision=17216
2009-08-11* GNU parted: e2fsprogs -> libuuid.Eelco Dolstra1-2/+2
svn path=/nixpkgs/trunk/; revision=16694
2009-07-26GNU Parted 1.9.0.Ludovic Courtès2-16/+53
svn path=/nixpkgs/trunk/; revision=16463
2009-04-23svn path=/nixpkgs/branches/stdenv-updates/; revision=15271Eelco Dolstra1-1/+4
2009-02-14parted version bump to 1.8.8 and passing --disable-WerrorMarc Weber1-3/+13
to get rid of compile time warnings causing build failure svn path=/nixpkgs/trunk/; revision=14082
2007-08-27* Rewrite all URLs to GNU mirrors to mirror://gnu/.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=9201
2007-05-13update to 1.8.7:Armijn Hemel2-27/+7
* remove patch (no longer needed) * disable readline support svn path=/nixpkgs/trunk/; revision=8672
2007-01-06update to 1.8.1Armijn Hemel1-3/+3
svn path=/nixpkgs/trunk/; revision=7545
2006-10-12* Copy a bunch of files to nix.cs.uu.nl.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=6711