mirror of
https://codeberg.org/spire/nix.git
synced 2026-08-02 12:25:00 +02:00
metamod doesn't need multilib
This commit is contained in:
parent
e8b2232d59
commit
65aad5690d
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
multiStdenv,
|
stdenv,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
ambuild,
|
ambuild,
|
||||||
git,
|
git,
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
paths = attrValues sdks;
|
paths = attrValues sdks;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
multiStdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "metamod-source";
|
pname = "metamod-source";
|
||||||
version = "1.12.0.1224";
|
version = "1.12.0.1224";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue