Compare commits
5 commits
5b3ea6e976
...
ed45ad9b6f
| Author | SHA1 | Date | |
|---|---|---|---|
| ed45ad9b6f | |||
| dbc10b5066 | |||
| 49658de1d8 | |||
| 7c6a5e58cc | |||
| a968e4f761 |
1 changed files with 8 additions and 1 deletions
|
|
@ -85,12 +85,19 @@
|
|||
};
|
||||
}) // {
|
||||
overlay = final: prev: {
|
||||
dragger = with final; qt5.mkDerivation {
|
||||
dragger = with final; stdenv.mkDerivation {
|
||||
pname = "dragger";
|
||||
version = "0.1.0";
|
||||
|
||||
src = self;
|
||||
|
||||
buildInputs = [
|
||||
libsForQt5.qt5.qtbase
|
||||
];
|
||||
nativeBuildInputs = [
|
||||
libsForQt5.qt5.wrapQtAppsHook
|
||||
];
|
||||
|
||||
configurePhase = ''
|
||||
qmake
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue