Merge pull request #62946 from joachifm/feat/udisks1-broken
udisks1: mark as broken
This commit is contained in:
commit
c58b5f6f4b
@ -19,5 +19,7 @@ stdenv.mkDerivation {
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = with stdenv.lib.maintainers; [pSub];
|
||||
license = stdenv.lib.licenses.bsd2;
|
||||
broken = true;
|
||||
hydraPlatforms = [];
|
||||
};
|
||||
}
|
||||
|
@ -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