mirror of
https://codeberg.org/spire/nix.git
synced 2026-08-02 04:14:47 +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,
|
||||
ambuild,
|
||||
git,
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
paths = attrValues sdks;
|
||||
};
|
||||
in
|
||||
multiStdenv.mkDerivation (finalAttrs: {
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "metamod-source";
|
||||
version = "1.12.0.1224";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue