rpm: remove darwin from supported platforms
This commit is contained in:
parent
ab6176ac5b
commit
d5e64d13f1
1 changed files with 1 additions and 1 deletions
|
@ -71,6 +71,6 @@ stdenv.mkDerivation rec {
|
|||
license = with licenses; [ gpl2Plus lgpl21Plus ];
|
||||
description = "The RPM Package Manager";
|
||||
maintainers = with maintainers; [ copumpkin ];
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue