hello-unfree: init at 1.0 (#41763)
Also add `version` attribute to GNU `hello` while we are at it.
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
{ stdenv, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "hello-2.10";
|
||||
name = "hello-${version}";
|
||||
version = "2.10";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/hello/${name}.tar.gz";
|
||||
|
||||
Reference in New Issue
Block a user