mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
Give a sane name to downloaded patch for cpio
svn path=/nixpkgs/trunk/; revision=15506
This commit is contained in:
parent
f1aa958c0a
commit
fb54c95889
|
@ -11,6 +11,7 @@ stdenv.mkDerivation {
|
|||
patches = [
|
||||
# Make it compile on GCC 4.3.
|
||||
(fetchurl {
|
||||
name = "cpio-2.9-gnu-inline.patch";
|
||||
url = "http://sources.gentoo.org/viewcvs.py/*checkout*/gentoo-x86/app-arch/cpio/files/cpio-2.9-gnu-inline.patch?rev=1.1";
|
||||
sha256 = "1167hrq64h9lh3qhgasm2rivfzkkgx6fik92b017qfa0q61ff8c3";
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue