mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
Merge pull request #151632 from Artturin/coreutilsfulladdpostfix
This commit is contained in:
commit
c3bf3d8eb6
@ -21,11 +21,11 @@ assert selinuxSupport -> libselinux != null && libsepol != null;
|
||||
with lib;
|
||||
|
||||
stdenv.mkDerivation (rec {
|
||||
pname = "coreutils";
|
||||
pname = "coreutils${optionalString (!minimal) "-full"}";
|
||||
version = "9.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/${pname}/${pname}-${version}.tar.xz";
|
||||
url = "mirror://gnu/coreutils/coreutils-${version}.tar.xz";
|
||||
sha256 = "sha256-zjCs30pBvFuzDdlV6eqnX6IWtOPesIiJ7TJDPHs7l84=";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user