mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
udisks1: mark as broken
The build has been broken for a long time; udisks1 is also deprecated.
This commit is contained in:
parent
168d1031af
commit
404c2e5b24
@ -40,5 +40,7 @@ stdenv.mkDerivation rec {
|
||||
description = "A daemon and command-line utility for querying and manipulating storage devices";
|
||||
platforms = platforms.linux;
|
||||
license = with licenses; [ gpl2 lgpl2Plus ];
|
||||
broken = true;
|
||||
hydraPlatforms = [];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user