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";
|
description = "A daemon and command-line utility for querying and manipulating storage devices";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = with licenses; [ gpl2 lgpl2Plus ];
|
license = with licenses; [ gpl2 lgpl2Plus ];
|
||||||
|
broken = true;
|
||||||
|
hydraPlatforms = [];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user