ddate: make multi-platform
This package should be able to compile on all plaforms. This change allows Nix to install it on non-Linuxes.
This commit is contained in:
parent
38e2228a35
commit
1e7ebac8f9
@ -15,6 +15,6 @@ stdenv.mkDerivation {
|
|||||||
description = "Discordian version of the date program";
|
description = "Discordian version of the date program";
|
||||||
license = stdenv.lib.licenses.publicDomain;
|
license = stdenv.lib.licenses.publicDomain;
|
||||||
maintainers = with stdenv.lib.maintainers; [kovirobi];
|
maintainers = with stdenv.lib.maintainers; [kovirobi];
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
platforms = stdenv.lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user