idk i dont even remember
This commit is contained in:
parent
6cff59b7ef
commit
bbfc3acc32
13 changed files with 262 additions and 732 deletions
|
@ -14,10 +14,10 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
smartfloat = {
|
||||
url = "path:smartfloat";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
# smartfloat = {
|
||||
# url = "path:smartfloat";
|
||||
# inputs.nixpkgs.follows = "nixpkgs";
|
||||
# };
|
||||
|
||||
# scenefx = {
|
||||
# url = "path:scenefx";
|
||||
|
@ -60,8 +60,6 @@
|
|||
substituteInPlace libqtile/backend/wayland/cffi/build.py \
|
||||
--replace /usr/include/pixman-1 ${lib.getDev pkgs.pixman}/include \
|
||||
--replace /usr/include/libdrm ${lib.getDev pkgs.libdrm}/include/libdrm
|
||||
cp ${inputs'.smartfloat.packages.default} libqtile/layout/smartfloat.py
|
||||
echo from libqtile.layout.smartfloat import SmartFloat >> libqtile/layout/__init__.py
|
||||
'';
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue