File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -757,10 +757,10 @@ final: prev: {
757
757
then p . pkg-src . path
758
758
else haskellLib . appendSubDir {
759
759
inherit ( callProjectResults ) src ;
760
- subDir = final . lib . removePrefix "/" ( final . lib . removeSuffix "/." ( final . lib . removeSuffix "/." (
760
+ subDir = final . lib . removePrefix "./" ( final . lib . removePrefix " /" ( final . lib . removeSuffix "/." ( final . lib . removeSuffix "/." (
761
761
if final . lib . hasPrefix ".${ callProjectResults . src . origSubDir or "" } /" ( p . pkg-src . path + "/" )
762
762
then final . lib . removePrefix ".${ callProjectResults . src . origSubDir or "" } " p . pkg-src . path
763
- else throw "Unexpected path ${ p . pkg-src . path } expected it to start with .${ callProjectResults . src . origSubDir or "" } " ) ) ) ;
763
+ else throw "Unexpected path ${ p . pkg-src . path } expected it to start with .${ callProjectResults . src . origSubDir or "" } " ) ) ) ) ;
764
764
includeSiblings = true ; # Filtering sibling dirs of the package dir is done in the
765
765
# component builder so that relative paths can be used to
766
766
# reference project directories not in the package subDir.
You can’t perform that action at this time.
0 commit comments