Compare commits
7 commits
ed45ad9b6f
...
5b3ea6e976
| Author | SHA1 | Date | |
|---|---|---|---|
| 5b3ea6e976 | |||
| e852239a45 | |||
| ec07fe4fdf | |||
| c053a6fe51 | |||
| 183e0a4e31 | |||
| 3695e15792 | |||
| 962b762909 |
1 changed files with 1 additions and 8 deletions
|
|
@ -85,19 +85,12 @@
|
|||
};
|
||||
}) // {
|
||||
overlay = final: prev: {
|
||||
dragger = with final; stdenv.mkDerivation {
|
||||
dragger = with final; qt5.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