Disable unused phases & fix formatting
This commit is contained in:
parent
e4b21d95b2
commit
0536ffc1a8
4 changed files with 26 additions and 12 deletions
|
@ -8,20 +8,24 @@ with stdenv ;
|
|||
mkDerivation {
|
||||
pname = "python-django-sass-processor" ;
|
||||
version = "2024-05-29-0d8cb67" ;
|
||||
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jrief" ;
|
||||
repo = "django-sass-processor" ;
|
||||
rev = "0d8cb672aab9ecc45e8492794530ca847ce24547" ;
|
||||
hash = "sha256-Z3UzzkHlMNiyhj7YPRDgAX0437BywPG/waNSPoNiKLo=" ;
|
||||
} ;
|
||||
|
||||
|
||||
dontPatch = true ;
|
||||
dontConfigure = true ;
|
||||
dontBuild = true ;
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
|
||||
mkdir -p $out/lib/python3.11/site-packages
|
||||
cp -r $src/sass_processor $out/lib/python3.11/site-packages/
|
||||
|
||||
|
||||
runHook postInstall
|
||||
'' ;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue